home *** CD-ROM | disk | FTP | other *** search
/ Motor Sport Digital Archive Collection 1960s / Motor Sport Digital Archive Collection 1960s.iso / main.swf / scripts / collections_properties.as < prev    next >
Encoding:
Text File  |  2008-05-21  |  1.8 KB  |  40 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class collections_properties extends ResourceBundle
  6.    {
  7.       public function collections_properties()
  8.       {
  9.          super();
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          var _loc1_:Object = null;
  15.          _loc1_ = {};
  16.          _loc1_["findCondition"] = "Find criteria must contain all sort fields leading up to \'\'{0}\'\'.";
  17.          _loc1_["noComparatorSortField"] = "Cannot determine comparator for SortField with name \'\'{0}\'\'.";
  18.          _loc1_["outOfBounds"] = "Index \'{0}\' specified is out of bounds.";
  19.          _loc1_["invalidBookmark"] = "Invalid bookmark.";
  20.          _loc1_["nonUnique"] = "Non-unique values in items.";
  21.          _loc1_["incorrectAddition"] = "Attempt to add an item already in the view.";
  22.          _loc1_["findRestriction"] = "Find criteria must contain at least one sort field value.";
  23.          _loc1_["invalidType"] = "Incorrect type. Must be of type XML or a XMLList that contains one XML object. ";
  24.          _loc1_["unknownMode"] = "Unknown find mode.";
  25.          _loc1_["invalidIndex"] = "Invalid index: \'{0}\'.";
  26.          _loc1_["invalidRemove"] = "Cannot remove when current is beforeFirst or afterLast.";
  27.          _loc1_["unknownProperty"] = "Unknown Property: \'{0}\'.";
  28.          _loc1_["invalidInsert"] = "Cannot insert when current is beforeFirst.";
  29.          _loc1_["itemNotFound"] = "Cannot find when view is not sorted.";
  30.          _loc1_["bookmarkInvalid"] = "Bookmark no longer valid.";
  31.          _loc1_["noComparator"] = "Cannot determine comparator for \'{0}\'.";
  32.          _loc1_["invalidCursor"] = "Cursor no longer valid.";
  33.          _loc1_["noItems"] = "No items to search.";
  34.          _loc1_["bookmarkNotFound"] = "Bookmark is not from this view.";
  35.          return _loc1_;
  36.       }
  37.    }
  38. }
  39.  
  40.